<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	outline: none;
}
img{
	border: 0px;
	}
html{
	width:100%;
	overflow-x:hidden;
	}
body{
	width:100%;
	font-family: "微软雅黑";
	font-size: 12px;
	color:#808384;

}
td,tr {
	font-family: "微软雅黑";
	font-size: 12px;
	color:#808384;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.center{
	position:relative;
	margin:0 auto;
	height:auto;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
	}
.hidden{
	overflow:hidden;
	}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.inline{
	display:inline;
	}
</pre></body></html>